home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / config / mh-solar < prev    next >
Text File  |  1993-06-16  |  472b  |  17 lines

  1. # Makefile changes for Suns running Solaris 2
  2.  
  3. SYSV = -DSYSV
  4. RANLIB = true
  5. CFLAGS = -g 
  6. # if you're using Sun's C compiler, add -xs to the CFLAGS line
  7.  
  8. # this is for Emacs, since Sun's ANSI mode preprocessor does some
  9. # very wierd things to the input stream, breaking $(FOO) into
  10. # $ ( FOO ), which breaks the ymakefile system that Emacs uses
  11. CC = cc -Xs
  12.  
  13. # X11 
  14. OPENWINHOME = /usr/openwin
  15. X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
  16. X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
  17.